blob: a2940edfdcc31bacd8dc5085597aca13ce5dbdca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
.loadingContainer {
display: flex;
align-items: center;
justify-content: center;
height: 85dvh;
}
.loadingText {
color: white;
font-family: "Lato";
font-size: 20px;
}
|